home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2655.TXT < prev    next >
Text File  |  1993-05-12  |  4KB  |  112 lines

  1.  
  2.  
  3.                                      FYI
  4.  
  5. (Note: The origin of this information may be internal or external to Novell. 
  6. Novell makes every effort within its means to verify this information. 
  7. However, the information provided in this document is FOR YOUR INFORMATION
  8. only.  Novell makes no explicit or implied claims to the validity of this
  9. information.)
  10.  
  11.           TITLE:    Assisting Floppy Based Clients
  12.    DOCUMENT ID#:    FYI.P.6017
  13.            DATE:    01OCT92
  14.         PRODUCT:    NetWare Lite
  15. PRODUCT VERSION:    All versions
  16.      SUPERSEDES:    NA
  17.  LITE FAX DOC #:    2655
  18.  
  19. SYMPTOM
  20.  
  21.      NA
  22.  
  23. ISSUE/PROBLEM
  24.  
  25.      Assisting Floppy Based Clients
  26.  
  27.      If there are workstations on the network that do not have hard disks,
  28.      Novell suggests that NetWork Directories be set up to help those
  29.      workstations.  A DOS shared Network Directory should be created so that
  30.      workstations with no hard disks can load DOS commands from the network. 
  31.      A Network Directory sharing IBM DOS v3.10 (named IBM_DOS_310 perhaps)
  32.      would be useful for those CLIENTs with only floppy drives to get to their
  33.      version of DOS.  In conjunction with this, the DOS environment variable
  34.      COMSPEC should be set to allow you to load COMMAND.COM from across the
  35.      network.
  36.  
  37.      For example, the following lines could be included in an AUTOEXEC.BAT or
  38.      STARTNET.BAT file:
  39.  
  40.           NET MAP F: IBM_DOS_310
  41.           SET COMSPEC=F:\COMMAND.COM
  42.  
  43.      In addition, workstations that only have floppy drives can be assisted by
  44.      creating a Network Directory where the NetWare Lite utility (NET.EXE,
  45.      NET.OVL, NET.HLP and LITE$RUN.OVL) can be loaded; instead of always
  46.      loading them from the floppy.  Novell suggests that a Network Directory
  47.      called NWLITE be created.  This directory should be a SERVERs C:\NWLITE 
  48.      directory.  Novell also suggests that this Network Directory be given
  49.      default rights of READ and not the default of ALL.
  50.  
  51.      All floppy-only CLIENTs should map a drive to this resource and add the
  52.      drive to their DOS path.  This will allow the loading of the NET utility
  53.      from across the network, which is a much better solution than loading
  54.      from floppy.
  55.  
  56.      For example, the following lines could be included in an AUTOEXEC.BAT or
  57.      STARTNET.BAT file:
  58.  
  59.           NET MAP M: NWLITE
  60.           PATH=M:.;%PATH%
  61.  
  62.      If you want to run the CLIENT from a floppy drive and have that diskette
  63.      be the boot diskette, the following configuration is suggested.  (Where
  64.  
  65.      ever NE2000.COM appears, replace it with the appropriate driver name you
  66.      are using.  Also, the drive letters L: and M: are simply used as
  67.      examples; you may use any other valid driver letters.  Drive M: is mapped
  68.      to the Network Directory NWLITE as described above.  Similarly, Drive L:
  69.      is mapped to the Network Directory IBM_DOS_310 as described above.)
  70.  
  71.      1.   Create a bootable diskette using the FORMAT A: /S command.
  72.  
  73.      2.   Copy the following NetWare Lite files to the diskette:
  74.  
  75.                LSL.COM
  76.                NE2000.COM
  77.                IPXODI.COM
  78.               CLIENT.EXE
  79.                NET.EXE
  80.                NET.CFG
  81.  
  82.      3.   Create an AUTOEXEC.BAT with the following lines added to it:
  83.  
  84.                LSL
  85.                NE2000
  86.                IPXODI A
  87.                CLIENT
  88.               NET LOGIN
  89.               NET MAP L: IBM_DOS_310
  90.                NET MAP M: NWLITE
  91.               PATH=L:\;M:\;%PATH%
  92.                SET COMSPEC=L:\COMMAND.COM
  93.  
  94.      4.   Create an CONFIG.SYS with the following line added to it:
  95.  
  96.                LASTDRIVE=M
  97.  
  98.           For those Network Directories that contain applications
  99.           (executables), the drives used to map to these applications should
  100.           be included in the DOS environment variable PATH.  For example, the
  101.           following lines could also be included in an AUTOEXEC.BAT or
  102.           STARTNET.BAT file:
  103.  
  104.                NET MAP G: TURBOC
  105.                NET MAP H: WORDPERFECT
  106.                NET MAP I: GAMES
  107.                SET PATH=G:\BIN;H:.;I:\TETRIS;%PATH
  108.  
  109. SOLUTION
  110.  
  111.      NA
  112.